home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / networking / amitcp / httpd.lha / httpd / httpd.readme < prev    next >
Encoding:
Text File  |  1994-06-18  |  1.6 KB  |  47 lines

  1. The current port of httpd for the Amiga: (8Jan94)
  2.  
  3. * Expects to find http:
  4. * Looks in http:conf/ for its configuration files
  5. * Ignores standalone/inetd in the configuration file - it detects whether
  6.   it has been started by inetd, and adjusts accordingly
  7. * Terminates if an error is found in standalone mode - suggest restarting
  8.   it using a macro
  9. * Handles cgi scripts only. No access to sockets is currently possible in 
  10.   a script. 'Scripts' can be AmigaDOS scripts, AmigaDOS commands, or ARexx
  11.   macros. ARexx macros must start (in this case 1st & second bytes) with /*
  12.   A sample cgi-script (finger) is included.
  13.  
  14. * Works fine on standard documents, files etc (unless you know different...)
  15. * Works under AmiTCP
  16. * Performs better in standalone mode
  17.  
  18. * Has had the makefile significantly butchered to suit me... (but I'm sure it
  19.   can be undone...)
  20.  
  21. * Is still under development... If there's any bits that you'd really like
  22.   tackled, let me know - otherwise I'll have a go at whatever seems easiest
  23.   at the time.
  24.  
  25. The files packed from docs/ and conf/ directories should be installed in these
  26. directories under http: to give a basic installation: the other files are 
  27. sources and the executable. NB the basic installation is not complete, in
  28. that there are references to documents that will not be satisifed; however
  29. the overview and a few others can be accessed.
  30.  
  31. It also needs the following line added to AmiTCP:db/Services
  32. http        80/tcp                ;World Wide Web       
  33.  
  34.  
  35. Change History
  36.  
  37. 0.1 
  38. Security hole (//) fixed
  39. Security generally enabled
  40. cgi scripts now working
  41. 0.0 
  42. (Unnumbered actually, but the first version uploaded)
  43.  
  44.  
  45.  
  46. Cheers Graham
  47.